home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.CSwatch.ColorSwatch.csproj.en < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-30  |  2.3 KB  |  52 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
  4.     <DefaultClrNameSpace>ColorSwatch</DefaultClrNameSpace>
  5.     <AssemblyName>ColorSwatch</AssemblyName>
  6.     <OutputPath>bin\$(Configuration)\</OutputPath>
  7.     <ApplicationVersion>1.0.0.*</ApplicationVersion>
  8.     <ApplicationRevision>0</ApplicationRevision>
  9.     <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
  10.     <OutputType>WinExe</OutputType>
  11.     <RootNamespace>ColorSwatch</RootNamespace>
  12.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  13.     <ProjectGuid>{07C794C6-6B3F-4C82-B7F7-8F30D2FCDA10}</ProjectGuid>
  14.     <Win32Resource>Resources.res</Win32Resource>
  15.   </PropertyGroup>
  16.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  17.   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
  18.   <ItemGroup>
  19.     <Reference Include="PresentationCore" />
  20.     <Reference Include="PresentationFramework" />
  21.     <Reference Include="System" />
  22.     <Reference Include="System.Xml" />
  23.     <Reference Include="WindowsBase" />
  24.     <ApplicationDefinition Include="App.xaml" />
  25.     <Compile Include="App.xaml.cs">
  26.       <DependentUpon>App.xaml</DependentUpon>
  27.     </Compile>
  28.     <Compile Include="AssemblyInfo.cs" />
  29.     <Compile Include="DelegateCommand.cs" />
  30.     <Compile Include="Room.xaml.cs">
  31.       <DependentUpon>Room.xaml</DependentUpon>
  32.     </Compile>
  33.     <Compile Include="Swatch.xaml.cs">
  34.       <DependentUpon>Swatch.xaml</DependentUpon>
  35.     </Compile>
  36.     <Compile Include="Window1.xaml.cs">
  37.       <DependentUpon>Window1.xaml</DependentUpon>
  38.     </Compile>
  39.     <Page Include="Room.xaml" />
  40.     <Page Include="Swatch.xaml" />
  41.     <Page Include="Window1.xaml" />
  42.     <Resource Include="Assets\blend.png" />
  43.     <Resource Include="Assets\mask.png" />
  44.     <Resource Include="Assets\splash.png" />
  45.     <Resource Include="Assets\tree.png" />
  46.     <Resource Include="Data\colors_bathtub.xml" />
  47.     <Resource Include="Data\colors_floor.xml" />
  48.     <Resource Include="Data\colors_frame.xml" />
  49.     <Resource Include="Data\colors_towel.xml" />
  50.     <Resource Include="Data\colors_walls.xml" />
  51.   </ItemGroup>
  52. </Project>